home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / AmigaSDL / README.Amiga < prev    next >
Encoding:
Text File  |  2001-05-05  |  1.9 KB  |  57 lines

  1. This is the porting of 1.2.0 version of SDL (the latest stable one)
  2. to AmigaOS/68k.
  3.  
  4. All the bugs known of the past version have been corrected. And I've
  5. added all the new SDL features.
  6.  
  7. This version of SDL needs Cybergraphx V3 (r69+) or CyberGraphX V4
  8. and AHI v3+. Probably it works also with P96 or CGXAga, but it's 
  9. untested.
  10.  
  11. This version is available as linked library for SAS/C and GCC, only 68k this 
  12. time, a powerup (ppcemu compatible) and a morphos version will be ready quite 
  13. soon (i hope).
  14.  
  15. Implemented:
  16.  
  17. - 8/16/24/32bit video modes, both fullscreen and windowed.
  18. - Hardware surfaces.
  19. - CGX blitting acceleration.
  20. - CGX colorkey blitting acceleration.
  21. - AHI audio (8/16 bit, with any audio format), always uses unit 0 for now.
  22. - Thread support (maybe not 100% compatible with other implementations)
  23. - Semaphores 
  24. - Window resizing and backdrop windows (NEW)
  25. - Joystick/Joypad support.
  26.  
  27. To do:
  28.  
  29. - CDRom audio playing support
  30. - OpenGL (I guy was working on it but I've lost his tracks :( )
  31.  
  32. The SAS/C library is distributed with debug info attached, to strip debug info 
  33. simply add STRIPDEBUG argument to the linker.
  34.  
  35. The sources are available in the archive AmigaSDLsrc.lha. They will be 
  36. included in the official tree in the next release.
  37.  
  38. In the example dir you'll find two small games compiled for SDL:
  39.  
  40. SDLroids (a clone of the famous classic Asteroids, 
  41. http://sourceforge.net/projects/sdlroids/) and XRICK (an opensource clone
  42.  of the classic game Rick Dangerous, http://www.bigorno.net/xrick, for docs
  43. and sources)
  44.  
  45. You can find a lot of stuff, that often compiles with a simple "make" on the
  46. OFFICIAL libSDL website:
  47.  
  48. http://www.libsdl.org
  49.  
  50. This site includes lots of games, utility, docs about SDL and SDL programming,
  51. with your contribution we will be able to port TONS of application to AmigaOS!
  52.  
  53. For info, support, bugfix and other feel free to mail me:
  54.  
  55. Gabriele Greco (gabriele.greco@aruba.it)
  56.  
  57.